home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
9675
/
9675.xpi
/
chrome
/
content
/
simpletimer-chrome.js
< prev
next >
Wrap
Text File
|
2009-04-23
|
203b
|
4 lines
// Install load and unload handlers.
window.addEventListener("load", function(e) { SimpleTimer.startup(); }, false);
window.addEventListener("unload", function(e) { SimpleTimer.shutdown(); }, false);